home *** CD-ROM | disk | FTP | other *** search
- ;
- ;
- ; Menu (0xx)
- ;
- MenuProject (//)
- Project
- ;
- MenuProjectLockAll (//)
- LOCK
- ;
- MenuProjectUnlockAll (//)
- UNLOCK
- ;
- MenuProjectNormAll (//)
- Normalize
- ;
- ; BARLABEL
- ;
- MenuProjectAbout (+1//)
- Version, Copyright ...
- ;
- ; BARLABEL
- ;
- MenuProjectHide (+1//)
- Hide
- ;
- MenuProjectQuit (//)
- Quit ...
- ;
- ;
- ;
- ; Warn (2xx)
- ;
- WarnCannotAddKeyCode (200//)
- Cannot add\n'%s'.
- ;
- WarnNotValidKeyCode (//)
- '%s'\nis not a valid hotkey.
- ;
- WarnStringTooLong (//)
- String was too long, stripped down to\n'%s'.
- ;
- WarnCorruptNumber (//)
- Converting '%s' into number failed.\nTreated as 0.
- ;
- WarnCorruptBoolean (//)
- I cannot interpret BOOLEAN value '%s'.\nTreated as FALSE.
- ;
- WarnCommentIsNoComment (//)
- '%s' invalid format.\nThese line is ignored.
- ;
- WarnUnknownOption (//)
- Unknown option '%s'.
- ;
- WarnCorruptLockValue (//)
- I cannot interpret the value '%s' for normal lock state.\nTreated as + (Locked).
- ;
- ;
- ; Msg (3xx)
- ;
- MsgAbout (300//)
- DeviceLock: Version, Copyright
- ;
- MsgError (//)
- DeviceLock: Error
- ;
- MsgFailed (//)
- %s failed
- ;
- MsgKeepUnlock (//)
- Keep actual Lock-state or UNLOCK?
- ;
- MsgProblem (//)
- DeviceLock: Problem
- ;
- MsgWarning (//)
- DeviceLock: Warning
- ;
- MsgAllRightsReserved (//)
- All Rights reserved.
- ; ^ Here you can add also some translation notes:
- ; Alle Rechte vorbehalten.\n\n\
- ; Deutsche Übersetzung von hugo.
- ;
- ;
- ; Err (4xx)
- ;
- ErrGivenSettingsNotValid (400//)
- Specified settings are no »DeviceLock.Prefs«.
- ;
- ErrCantOpenOrReadGivenSettings (//)
- I can't find/read given settings.
- ;
- ErrWrongPrefs (//)
- No valid »DeviceLock.Prefs« in path.
- ;
- ErrCantFindAnyPrefs (//)
- I can't find »DeviceLock.Prefs« in path.
- ;
- ErrWBReadArgs(//)
- Problems while reading ToolTypes.
- ;
- ErrZeroDrives (//)
- No drive specifications.
- ;
- ErrCantExLock (//)
- Can't execute »lock ... on«.
- ;
- ErrCantExUnlock (//)
- Can't execute »lock ... off«.
- ;
- ;
- ;
- ; Gad (5xx)
- ;
- GadProceedQuit (500//)
- Proceed|No further warnings|Quit
- ;
- GadLockAll (//)
- LOCK
- ;
- GadKeepUnlock (//)
- UNLOCK|Keep|Oops, back to the program
- ;
- GadOK (//)
- OK
- ;
- ;
- ; Prob (6xx)
- ;
- ProbCantLock (600//)
- Can't lock '%s'.
- ;
- ProbCantUnlock (//)
- Can't unlock '%s'.
- ;
-